home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr46 / acm_rand.zip / RAND16.H < prev    next >
Text File  |  1993-01-16  |  95b  |  4 lines

  1. /* rand16.h */
  2. void srand16(int s1, int s2, int s3);
  3. int rand16(void);
  4. double rand16u(void);